home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / Sample Code / Snippets / Toolbox / Notification Hacks / NotificationMon.ƒ / Source / Drawing.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-04  |  177 b   |  10 lines  |  [TEXT/KAHL]

  1. #include "NotificationMon.h"
  2.  
  3.  
  4. DrawImage(notificationDoc *w)
  5. {
  6.  
  7.     if(IsNotificationDoc((WindowPeek)w)) {
  8.         UpdateNotifications((notificationDoc*)w, GetCtlValue(w->vScroll));
  9.     }
  10. }